'Declaration Protected Overridable Sub OnHighlightedDatesChanged( _ ByVal oldValue As IList(Of Date), _ ByVal newValue As IList(Of Date) _ )
'Usage Dim instance As MultiCalendar Dim oldValue As IList(Of Date) Dim newValue As IList(Of Date) instance.OnHighlightedDatesChanged(oldValue, newValue)
protected virtual void OnHighlightedDatesChanged( IList<DateTime> oldValue, IList<DateTime> newValue )
Parameters
- oldValue
- newValue